home *** CD-ROM | disk | FTP | other *** search
/ Motor Sport Digital Archive Collection 1960s / Motor Sport Digital Archive Collection 1960s.iso / main.swf / scripts / mx / managers / SystemManagerGlobals.as < prev    next >
Encoding:
Text File  |  2008-05-21  |  294 b   |  16 lines

  1. package mx.managers
  2. {
  3.    public class SystemManagerGlobals
  4.    {
  5.       public static var bootstrapLoaderInfoURL:String;
  6.       
  7.       public static var topLevelSystemManagers:Array = [];
  8.       
  9.       public function SystemManagerGlobals()
  10.       {
  11.          super();
  12.       }
  13.    }
  14. }
  15.  
  16.